
/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
	background-color: #E1E1E1;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 20px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-1px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -1px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #CCCCCC;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -5px;
}

.our-courses .owl-nav .owl-next:before {
	display: inline-block;
	font-family: 'FontAwesome';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f105';
	background-color: #CCCCCC;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}





/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
 
  .our-courses .owl-nav .owl-next{
    right: -5px;
  }
  .our-courses .owl-nav .owl-prev{
    left: 1px;
  }
}

@media (max-width: 1200px) {
 
  .our-courses .owl-nav .owl-next{
    right: -5px;
  }
  .our-courses .owl-nav .owl-prev{
    left: 1px;
  }
}

@media (max-width: 1085px) {
 
  .our-courses .owl-nav .owl-next{
    right: -5px;
  }
  .our-courses .owl-nav .owl-prev{
    left: 1px;
  }
}

@media (max-width: 1005px) {
 
  .our-courses .owl-nav .owl-next{
    right: -5px;
  }
  .our-courses .owl-nav .owl-prev{
     left: 1px;
  }
}


